object Form13: TForm13 Left = 302 Top = 125 BorderIcons = [] BorderStyle = bsSingle Caption = 'MidWavi Graphic Print' ClientHeight = 284 ClientWidth = 215 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 16 Top = 8 Width = 185 Height = 57 Alignment = taLeftJustify TabOrder = 0 object Label1: TLabel Left = 16 Top = 8 Width = 73 Height = 17 AutoSize = False Caption = 'Graphic Height:' end object Label2: TLabel Left = 16 Top = 32 Width = 73 Height = 13 AutoSize = False Caption = 'Graphic Width:' end object Label3: TLabel Left = 96 Top = 8 Width = 65 Height = 17 Alignment = taRightJustify AutoSize = False end object Label4: TLabel Left = 96 Top = 32 Width = 65 Height = 17 Alignment = taRightJustify AutoSize = False end end object Button1: TButton Left = 16 Top = 258 Width = 57 Height = 21 Caption = '&OK' TabOrder = 1 OnClick = Button1Click end object Panel2: TPanel Left = 16 Top = 72 Width = 185 Height = 105 TabOrder = 2 object Label5: TLabel Left = 8 Top = 8 Width = 169 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Multiply By A Factor Of:' end object RadioButton1: TRadioButton Left = 35 Top = 32 Width = 41 Height = 17 Caption = 'x 2' TabOrder = 0 OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 35 Top = 56 Width = 49 Height = 17 Caption = 'x 4' TabOrder = 1 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 104 Top = 32 Width = 57 Height = 17 Caption = 'x 8' TabOrder = 2 OnClick = RadioButton3Click end object RadioButton4: TRadioButton Left = 104 Top = 56 Width = 57 Height = 17 Caption = 'x 10' TabOrder = 3 OnClick = RadioButton4Click end object RadioButton5: TRadioButton Left = 48 Top = 80 Width = 89 Height = 17 Caption = 'Original Size' TabOrder = 4 OnClick = RadioButton5Click end end object Panel3: TPanel Left = 16 Top = 185 Width = 185 Height = 65 TabOrder = 3 object RadioButton6: TRadioButton Left = 34 Top = 5 Width = 113 Height = 17 Caption = 'Print Full Path' TabOrder = 0 end object RadioButton7: TRadioButton Left = 34 Top = 24 Width = 121 Height = 17 Caption = 'Print Filename Only' TabOrder = 1 end object RadioButton8: TRadioButton Left = 34 Top = 42 Width = 121 Height = 17 Caption = 'No file details' Checked = True TabOrder = 2 TabStop = True end end object Button2: TButton Left = 143 Top = 258 Width = 57 Height = 21 Caption = '&Abort' TabOrder = 4 OnClick = Button2Click end end